Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes completions when file in multiple scopes #1238

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

markwpearce
Copy link
Collaborator

There was a bug that if a file was in multiple scopes, global completions and completions for the same file were only included once, that is not for every scope. However, there's also a process that filters out completions that don't work for every scope.

This is not the most performant code, because it has to link every scope, as well as do symbol tables checks for every scope, but it works.

image

Addresses: #1235

@markwpearce markwpearce added this to the v1.0.0 milestone Jun 24, 2024
@markwpearce markwpearce merged commit d04f9b9 into release-1.0.0 Jun 25, 2024
6 checks passed
@markwpearce markwpearce deleted the fix_missing_params_in_completions branch June 25, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant